home *** CD-ROM | disk | FTP | other *** search
- Path: lasernet.com!michael_kroth
- Newsgroups: comp.lang.c++
- Message-ID: <60215190007$71C7@lasernet.com>
- X-Gateway: Act-Up 4.6 15 Feb 96 19:00:07 LaserNet
- Date: Thu, 15 Feb 96 15:33:00 LOC
- Organization: LASER: GCG Programming BBS *SD, CA* 619 278-5469 (52:1000/105)
- From: MICHAEL KROTH <michael_kroth@lasernet.com>
- In-Reply-To: ANDREW CHOSAK
- Subject: using my own libraries (n
-
- >I am just playing around with making my own header files but I can't
- >get it to work. Okay, I make a file called geometry.h with all
- >function declarations....
-
- I also ran into this problem. I found out that I had to put the
- functions in a .cpp file. The header file then would call the .cpp file
- with an include statement, just like it does with a .lib file.
-
- Unless you know how to compile a library file, this is the easiest way
- that I know of, unless anyone else has a better idea.
-
- ---
- * QMPro 1.52 * CCITT- Can't Conceive Intelligent Thoughts Today
-